Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CI workflow #14

Merged
merged 3 commits into from
Jun 29, 2023
Merged

Add CI workflow #14

merged 3 commits into from
Jun 29, 2023

Conversation

jimmygchen
Copy link
Member

This PR adds CI jobs for:

  • cargo fmt
  • cargo clippy
  • cargo test
  • cargo publish

runs-on: ubuntu-latest
needs: check-version
env:
CARGO_REGISTRY_TOKEN: "${{ secrets.CARGO_REGISTRY_TOKEN }}"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@michaelsproul I think it will need this secret added to the project

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cool, will add that before trying to publish the first release

@michaelsproul michaelsproul merged commit e30719a into sigp:main Jun 29, 2023
@michaelsproul michaelsproul mentioned this pull request Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants